home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / easymenu.arc / EDIT.MHH < prev    next >
Encoding:
Text File  |  1986-10-02  |  2.6 KB  |  49 lines

  1.    You are storing a list of commands for DOS.  You may include BATCH files.
  2.  
  3.    Minimum Requirements:  1 - Fill in a TITLE          (1st line)
  4.                           2 - Fill in a DOS command    (any line)
  5.  
  6.    To call/create a menu, type:  MENU menuname        (MENU/C> line only)
  7.  
  8.    Press INS to toggle Insert/Overwrite.  Press CTRL-Y to delete a line.
  9.    EXAMPLE:  Running the PC-TALK program.
  10.  
  11.       EasyMenu             |    DOS prompt      |   Purpose
  12.    ------------------------------------------------------------------
  13.     TITLE > PC-TALK III    |                    |   Menu Title
  14.   MENU / C> CD \PCTALK     |    C>CD \PCTALK    |   Change directory
  15.          C> PC-TALK        |    C>PC-TALK       |   Program start command
  16.          C>                |    C>              |
  17.    EXAMPLE:  Call another MENU.  If the MENU does not exist, it is created.
  18.  
  19.       EasyMenu             |    DOS prompt      |   Purpose
  20.    ------------------------------------------------------------------
  21.     TITLE > DOS Utilities  |                    |   Menu Title
  22.   MENU / C> MENU UTILITY   |                    |   Call UTILITY MENU
  23.          C>                |                    |
  24.          C>                |                    |
  25.   TITLE  > program description     INACTIVE if first 3 characters are REM
  26.   MENU /C> MENU menuname           Call another MENU, 1 to 8 characters.
  27.         C> Any DOS command.        Batch files reserve 3K when running.
  28.  
  29.    PATH= \pathname   Temporary, unless Original-Path-Reset CONTROL is FALSE.
  30.    PATH+ \pathname   Temporary, add to current PATH.
  31.    REM               C>    - disable that line only.
  32.                      TITLE - disable all lines.
  33.    REBOOT COMMANDS
  34.  
  35.    EASYMENU REBOOT             Reboot system - like CTRL-ALT-DEL or power-on
  36.    EASYMENU AUTOEXEC           Reboot & use AUTOEXEC.NEW  not AUTOEXEC.BAT
  37.    EASYMENU CONFIG             Reboot & use CONFIG.NEW    not CONFIG.SYS
  38.    EASYMENU AUTOEXEC CONFIG    Reboot & use AUTOEXEC.NEW & CONFIG.NEW
  39.    EASYMENU LOCKUP             Lock PC & disable CTRL-ALT-DEL for power off
  40.                                Displays message telling user to power down
  41.    REBOOTING YOUR SYSTEM FROM A MENU
  42.    The EASYMENU REBOOT command is provided so that you may clear memory-
  43.    resident programs and/or device drivers from your operating system.  You
  44.    may use this command over the phone line, if your tele-communications
  45.    program supports "Host Mode".  For further information, please refer to
  46.    EasyMenu documentation index.  If you do not know the purpose of
  47.    AUTOEXEC.BAT or CONFIG.SYS, also refer to the INFO screen, its HELP file,
  48.    and your DOS manual.
  49.